.top {
  height: 40px;
  background: #f0f0f0;
  position: relative;
  z-index: 2;
}
.top .logo {
  float: left;
  margin-top: 8px;
}
.top .fl-box {
  float: left;
  margin-left: 11px;
}
.top .fl-box ul li {
  height: 40px;
}
.top .fl-box ul li .down-sub {
  display: none;
  width: 390px;
  top: 38px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
          box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 15px 0;
}
.top .fl-box ul li .down-sub:before {
  left: 15px;
}
.top .fl-box ul li .down-sub:after {
  left: 15px;
}
.top .fl-box ul li .down-sub a {
  float: left;
  width: 25%;
  text-align: center;
  margin: 10px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.top .fl-box ul li .down-sub a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.top .fl-box ul li .down-sub a:nth-child(4n+1):after {
  display: none;
}
.top .fl-box ul li .down-sub a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #999;
  left: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.top .fl-box ul li:hover .down-sub {
  display: block;
}
.top .fl-box .ico-down:after {
  border-top-color: #ccc;
}
.top .fr-box {
  float: right;
  height: 40px;
}
.top .fr-box ul li .down-sub {
  display: none;
  flex-wrap: wrap;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 10px 0;
  width: 230px;
  top: 50px;
  left: -10px;
}
.top .fr-box ul li .down-sub:before {
  left: 15px;
}
.top .fr-box ul li .down-sub:after {
  left: 15px;
}
.top .fr-box ul li .down-sub a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #585858;
  width: 50%;
  /*height: 36px;*/
  /*line-height: 36px;*/
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  margin: 10px 0;
}
.top .fr-box ul li .down-sub a:hover {
  color: #000;
  font-weight: 600;
}
.top ul {
  float: left;
  height: 26px;
}
.top ul li {
  position: relative;
  margin: 0 11px;
  padding: 10px 0;
  /*height: 40px;*/
}
.top ul li .ico-phone {
  margin-top: -5px;
}
.top ul li > a {
  display: block;
  line-height: 26px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.top ul li > a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.top ul li > a:hover .ico-phone {
  background: url("../img/5acb0_20x26.gif") center no-repeat;
}
.top ul li > a:hover .ico-yun {
  background: url("../img/c63f0_21x19.png") center no-repeat;
}
.top ul li:after {
  content: '';
  position: absolute;
  left: -11px;
  width: 0px;
  height: 12px;
  background: #ff8d1c;
  opacity: 0.4;
  filter: alpha(opacity=40);
  top: 14px;
}
.top ul li .ad-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 40px;
  display: none;
  z-index: 1;
}
.top ul li:hover .ad-box {
  display: block;
}
.top ul li:hover .down-sub {
  display: flex;
}


.top .fr-box ul li > .vipSelect{
    width: 160px !important;
    left: -40px !important;
}
.top .fr-box ul li > .vipSelect::after,.top .fr-box ul li > .vipSelect::before{
    display: none !important;
}
.top .fr-box ul li:hover > .vipSelect{
    display: block !important;
}
.top .fr-box ul li .vipSelect a{
    width: 100% !important;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #5C5C5C;
    margin: 0 !important;
}
.top .fr-box ul li .vipSelect a:hover{
    background-color: #EFEFEF;
}


.top .login {
  float: left;
  margin-top: 7px;
  position: relative;
  margin-left: 11px;
}
.top .login:after {
  content: '';
  position: absolute;
  left: -12px;
  width: 1px;
  height: 12px;
  background: #ff8d1c;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 8px;
}
.top .login a {
  float: left;
  padding: 5px 10px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.top .login a:hover {
  color: #ff8d1c;
}
.top .login a.log-btn {
  color: #ff8d1c;
  border: 1px solid #fdaa15;
}
.top .login a.log-btn:hover {
  border-color: #ff6600;
  color: #ff6600;
}
.register-txt-adv {
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -42px;
    width: 84px;
    padding: 9px 12px;
    font-size: 12px;
    color: #FFF;
    background: #FF8D1C;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 100;
}
.register-txt-adv::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    border: 6px solid transparent;
    border-bottom-color: #FF8D1C;
}
.bottomFixed{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 48px;
    background: rgba(255, 255, 255, .9);
    z-index: 9;
    display: none;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: bottom .3s;
    transition: bottom .3s;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 10px 0 #adadad;
    overflow: hidden;
}
.bottomFixed .fixed-left{
    display: flex;
    align-items: center;
    line-height: 28px;
    font-size: 20px;
    color: #1D2129;
    font-weight: 700;
    margin: 0;
}
.bottomFixed .fixed-left img{
    height: 160px;
    margin-right: 10px;
}
.bottomFixed .fixed-right{
    width: 118px;
    height: 36px;
    border-radius: 100px;
    line-height: 36px;
    text-align: center;
    background: #06CD65;
    color: #fff;
}



.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(20,26,36);
  padding: 30px 0;
}
.footer>div {
    width: 80% !important;
    display: flex;
}
.footer .fl-layout {
  display: flex;
  border-right: 1px solid #d9d9d9;
}
.footer .fl-layout ul li {
  width: 160px;
}
.footer .fl-layout ul li b {
  margin-bottom: 20px;
  display: block;
  color: #666;
  line-height: 24px;
}
.footer .fl-layout ul li p {
  font-size: 13px;
  line-height: 24px;
}
.footer .fl-layout ul li p a {
  color: #9f9f9f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .fl-layout ul li p a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.footer .on-line {
  float: left;
  padding-left: 65px;
}
.footer .on-line b {
  color: #666;
  line-height: 24px;
  display: block;
}
.footer .on-line p {
  margin-top: 20px;
}
.footer .on-line p a {
  margin-right: 8px;
}
.footer .on-line h3 {
  color: #ff6600;
  font-size: 24px;
  margin-top: 20px;
}
.footer .fr-layout ul{
    display: flex;
}
.footer .fr-layout ul li {
  width: 130px;
  margin-left: 30px !important;
}
.footer .fr-layout ul li:nth-of-type(1) {
  margin-left: 0;
}
.footer .fr-layout ul li img {
  width: 130px;
}
.footer .fr-layout ul li p {
  text-align: center;
  margin-top: 15px;
  color: #b2b2b2;
}
.copyright {
  background: rgb(20,26,36);
  display: table;
  width: 100%;
  padding: 20px 0;
}
.copyright .fl p {
  color: #666;
  line-height: 2.1;
  font-size: 12px;
}
.copyright .fl p a {
  color: #666;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.copyright .fl p a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.copyright .fr a {
  float: left;
  margin-left: 7px;
}
.copyright .fr a img {
  height: 50px;
}

/*# sourceMappingURL=public.css.map */

/*   新版底部  -----start------    */
.newFoot{
        width: 100%;
        height: 178px;
        background-color: #171d29;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .tagList{
        width: 80%;
        height: auto;
        padding: 40px 0 0 0;
        z-index: 2;
    }
    .tagItem{
        padding: 5px 16px;
        font-size: 16px;
        border: 1px solid #393f49;
        border-radius: 20px;
        text-align: center;
        line-height: 33px;
        color: whitesmoke;
        margin: 0 20px 0 0;
        cursor: pointer;
    }
    .tagItem:hover{
        background-color: white;
        color: black;
        font-weight: 600;
    }
    .tagItemSelect{
        background-color: white;
        color: black;
        font-weight: 600;
    }

    .itemList{
        width: 80%;
    }
    .contentDiv{
        width: 100%;
        color: white;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
    }
    .contentDiv a{
        color: #6a6f78;
        padding: 20px 20px 0 0;
        text-decoration: none;
    }

/*   新版底部  -----end------    */


.searchs-item { border-bottom:1px solid #f5f5f5; width:96%; padding:6px 0;}
.searchs-item:nth-last-child(1) { border-bottom:none;}
@media screen and (min-width:1500px) {
.wids,
.wid,
.inform-main .wid
{ width:1500px;}
.footer .wid,
.inform-main .wid { max-width:1500px;}
.inform-bigpic { width:1080px;}
.inform-main-about-col ul { width:1520px;}
.inform-main-about-col ul li { width:292px; height:340px;}
.inform-main-about-img { width:292px; height:292px;}
.selected-ind ul li:nth-last-child(1) { display:none;}
.selected-ind ul li:nth-last-child(2) { display:none;}
.inform-bigpic-small,.inform-bigpic-small ul li { height:197px;}
.type-search-item-country { width:1388px;}
.type-search-item-country-list { width:1200px;}
}

@media screen and (max-width:1700px) {
    .footer .fl-layout ul li{
        width: 120px;
    }
}

@media screen and (max-width:1350px) {
    .footer .fl-layout ul li{
        width: 90px;
    }
}
